func text/template.indexArg

3 uses

	text/template (current package)
		funcs.go#L186: func indexArg(index reflect.Value, cap int) (int, error) {
		funcs.go#L222: 			x, err := indexArg(index, item.Len())
		funcs.go#L276: 		x, err := indexArg(index, cap)